home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / OutOfPhase1.01Source / OutOfPhase Folder / ExportRAWSample.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-01  |  703 b   |  31 lines  |  [TEXT/KAHL]

  1. /* ExportRAWSample.h */
  2.  
  3. #ifndef Included_ExportRAWSample_h
  4. #define Included_ExportRAWSample_h
  5.  
  6. /* ExportRAWSample module depends on */
  7. /* MiscInfo.h */
  8. /* Audit */
  9. /* Debug */
  10. /* Definitions */
  11. /* Screen */
  12. /* RadioButton */
  13. /* SimpleButton */
  14. /* Memory */
  15. /* Alert */
  16. /* EventLoop */
  17. /* Files */
  18. /* BufferedFileOutput */
  19. /* SampleStorageActual */
  20. /* SampleConsts */
  21.  
  22. /* forwards */
  23. struct SampleStorageActualRec;
  24.  
  25. /* this routine saves the data in the provided sample storage object as a raw */
  26. /* data file.  it handles any error reporting to the user.  the object is */
  27. /* NOT disposed, so the caller has to do that. */
  28. void                                ExportRAWSample(struct SampleStorageActualRec* TheSample);
  29.  
  30. #endif
  31.